strategio / megio-core
Most powerful tool for creating webs, apps & APIs.
0.9.5
2025-02-04 01:33 UTC
Requires
- php: ^8.3
- ext-json: *
- ext-openssl: *
- aws/aws-sdk-php: ^3.289.0
- doctrine/annotations: ^1.13.3
- doctrine/dbal: ^3.4.5
- doctrine/migrations: ^3.5
- doctrine/orm: ^2.13.3
- latte/latte: ^3.0
- lcobucci/jwt: ^4.2
- nette/di: ^3.0
- nette/mail: ^3.1
- nette/schema: ^1.2
- nette/security: ^3.1
- nette/utils: ^3.2
- phpstan/phpstan: ^1.8
- sentry/sentry: ^4.8
- siketyan/yarn-lock: ^1.0
- symfony/cache: ^6.3
- symfony/config: ^6.3
- symfony/console: ^6.3
- symfony/dotenv: ^6.3
- symfony/event-dispatcher: ^6.3
- symfony/http-foundation: ^6.3
- symfony/http-kernel: ^6.3
- symfony/routing: ^6.3
- symfony/uid: ^6.3
- tracy/tracy: ^2.9
Requires (Dev)
- fakerphp/faker: ^1.23
- pestphp/pest: ^2.36
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-full # Or run specific test make test-single FILE=tests/Collection/UpdateRowsTest.php