Skip to content
View Ne-Lexa's full-sized avatar
  • Russia

Block or report Ne-Lexa

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Ne-Lexa/README.md

Привет! I'm Pisarev Alexey & I ❤ code.

Fullstack developer (PHP, JavaScript, React, Java, Bash)

<?phpdeclare(strict_types=1);
namespaceNelexa;
finalclass MyProfile implements UserProfile
{
publicfunction__construct(
publicreadonlyint$id = 17830391,
publicreadonlystring$name = 'Pisarev Alexey',
publicreadonlystring$username = 'Ne-Lexa',
publicreadonlyint$age = 39,
) {
}
publicfunctiongetSkills(): array
{
return [
\Language\Php::class => ['versions' => '^4 | ^5 | ^7 | ^8'],
\Language\Node::class => ['versions' => '>= 10'],
\Language\Javascript::class => ['versions' => 'ES3 | ES5 | ES6 | ES7 | ES8 | ES9 | ES 10 | ES11'],
\Language\Typescript::class => ['versions' => '^4'],
\Language\Html::class => ['versions' => '^4 | ^5 | dev-xhtml | dev-wml'],
\Language\Css::class => ['versions' => '^2 | ^3'],
\Language\Scss::class => ['versions' => '*'],
\Language\Java::class => ['versions' => '5 - 11'],
\Language\Bash::class => ['versions' => '^4 | ^5'],
\Language\Xml::class => ['versions' => '*'],
\Language\Json::class => ['versions' => '*'],
\Framework\Backend\Php\NestJs::class => ['versions' => '^8 | ^9 |^10'],
\Framework\Backend\Php\Symfony::class => ['versions' => '^3 | ^4 | ^5 | ^6'],
\Framework\Backend\Php\Yii::class => ['versions' => '~1.1 | ~2.0'],
\Framework\Frontend\TypeScript\React::class => ['versions' => '^16.13 | ^17'],
\Framework\Nativce\TypeScript\ReactNative::class => ['versions' => '>= 0.75'],
\Framework\Fullstack\NextJS::class => ['versions' => '^10.2'],
\Tools\Webpack::class => ['versions' => '^4 | ^5'],
\Tools\Gulp::class => ['versions' => '^3.9 | ^4.0'],
\Tools\Deptrac::class => ['versions' => '*'],
\Tools\PhpCsFixer::class => ['versions' => '*'],
\Tools\Infection::class => ['versions' => '*'],
\Tools\Docker::class => ['versions' => '*'],
\Tools\DockerCompose::class => ['versions' => '^1 | ^2'],
\Database\MySQL::class => ['versions' => '~5.1 | ~5.5 | ~5.7 | ^8.0'],
\Database\PostgreSQL::class => ['versions' => '^12 | ^14'],
\Database\SQLite::class => ['versions' => '^3.8'],
\Database\MongoDB::class => ['versions' => '^2.2 | ^3.0 | ^4.0'],
\Platform\Android::class => ['versions' => '>= 2.1'],
];
}
publicfunction__toString(): string
{
return$this->username;
}
}

📝 My repositories:

🎁 Project⬇️ Downloads⭐ Stars📚 Forks🛎 Issues📬 Pull requests
Ne-Lexa/php-zip
Platform
Packagist Version
Build Status
🕐 created 9 years ago
🕐 updated 8 months ago
Packagist DownloadsStarsForksIssuesPull Requests

PhpZip is a php-library for extended work with ZIP-archives.

Ne-Lexa/google-play-scraper
Platform
Packagist Version
Build Status
🕐 created 7 years ago
🕐 updated 8 months ago
Packagist DownloadsStarsForksIssuesPull Requests

PHP scraper to get data from Google Play

Ne-Lexa/php-byte-buffer
Platform
Packagist Version
🕐 created 9 years ago
🕐 updated 6 years ago
Packagist DownloadsStarsForksIssuesPull Requests

Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.

Ne-Lexa/php-crossplane
Platform
Packagist Version
Build Status
🕐 created 5 years ago
🕐 updated 3 years ago
Packagist DownloadsStarsForksIssuesPull Requests

An unofficial PHP port of the NGINX config/JSON converter crossplane

Ne-Lexa/roach-php-bundle
Platform
Packagist Version
Build Status
🕐 created 4 years ago
🕐 updated 3 years ago
Packagist DownloadsStarsForksIssuesPull Requests

Symfony bundle for roach-php/core

Ne-Lexa/RequestDtoBundle
Platform
Packagist Version
Build Status
🕐 created 6 years ago
🕐 updated 4 years ago
Packagist DownloadsStarsForksIssuesPull Requests

The Symfony Bundle that provides support for Request objects for Symfony controller actions.

Ne-Lexa/http-client-simple-cache
Platform
Packagist Version
Build Status
🕐 created 7 years ago
🕐 updated 5 years ago
Packagist DownloadsStarsForksIssuesPull Requests

Guzzle-based HTTP Client with the ability to customize caching of the processed HTTP request results (not based on HTTP headers).

Ne-Lexa/enum
Platform
Packagist Version
Build Status
🕐 created 7 years ago
🕐 updated 5 years ago
Packagist DownloadsStarsForksIssuesPull Requests

PHP Enum implementation

Ne-Lexa/guzzle-doh-middleware
Platform
Packagist Version
Build Status
🕐 created 4 years ago
🕐 updated 4 years ago
Packagist DownloadsStarsForksIssuesPull Requests

A Dns over Https (DoH) middleware for Guzzle >= 6.0

Pinned Loading

  1. php-zipphp-zipPublic

    PhpZip is a php-library for extended work with ZIP-archives.

    PHP 501 61

  2. google-play-scrapergoogle-play-scraperPublic

    PHP scraper to get data from Google Play

    PHP 90 39

  3. php-byte-bufferphp-byte-bufferPublic

    Reading And Writing Binary Data (incl. primitive types, ex. byte, ubyte, short, ushort, int, uint, long, float, double). The classes also help with porting the I/O operations of the JAVA code.

    PHP 33 5

  4. enumenumPublic

    PHP Enum implementation

    PHP 1

  5. RequestDtoBundleRequestDtoBundlePublic

    The Symfony Bundle that provides support for Request objects for Symfony controller actions.

    PHP 9 3

  6. php-crossplanephp-crossplanePublic

    An unofficial PHP port of the NGINX config/JSON converter crossplane

    PHP 20 5