strategio / megio-core
Most powerful tool for creating webs, apps & APIs.
Installs: 440
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/strategio/megio-core
Requires
- php: ^8.4
- ext-json: *
- ext-openssl: *
- aws/aws-sdk-php: ^3.357
- doctrine/dbal: ^4.3
- doctrine/migrations: ^3.9
- doctrine/orm: ^3.5
- latte/latte: ^3.0
- lcobucci/jwt: ^5.6
- nette/di: ^3.2
- nette/mail: ^4.0
- nette/schema: ^1.3
- nette/security: ^3.2
- nette/utils: ^4.0
- sentry/sentry: ^4.17
- siketyan/yarn-lock: ^1.1
- symfony/cache: ^7.3
- symfony/config: ^7.3
- symfony/console: ^7.3
- symfony/dotenv: ^7.3
- symfony/event-dispatcher: ^7.3
- symfony/http-foundation: ^7.3
- symfony/http-kernel: ^7.3
- symfony/property-access: ^7.3
- symfony/routing: ^7.3
- symfony/serializer: ^7.3
- symfony/translation: ^7.3
- symfony/uid: ^7.3
- symfony/validator: ^7.3
- tracy/tracy: ^2.10
Requires (Dev)
- fakerphp/faker: ^1.24
- friendsofphp/php-cs-fixer: ^3.89
- phpstan/phpstan: ^2.1
- phpunit/phpunit: ^12.4
README
Most powerful tool for creating webs, apps & APIs.
- Docs: https://megio.dev
- Demo: https://demo.megio.dev (u: admin@test.cz p: Test1234)
Installation guide
https://megio.dev/docs/getting-started/installation
How to run tests
# Create .env file cp .env.example .env # Init environment make test-setup # Run all tests make test # Or run specific test make test-single FILE=tests/Collection/UpdateRowsTest.php