Libraries tagged by user approval
migro/php-core-migration
1 Favers
2 Downloads
2 Downloads
A PHP library providing a code-first approach for database migrations. Designed for simplicity and ease of use, it allows developers to define and manage database schema changes directly in code.
igor822/query-parser
0 Favers
39 Downloads
39 Downloads
This project is a different approach to separate your queries search to run into database, when a simple (or comples) ORM is too complicated to run all your queries or simply can't do what you need, you can use QueryParser for put your queries into a YAML file and easily get from source
adaiasmagdiel/cururu
0 Favers
4 Downloads
4 Downloads
A lightweight PHP library that simplifies making HTTP requests with cURL, offering a minimalistic approach for handling web APIs with an easy-to-use interface and essential features, ideal for smaller projects.