Libraries tagged by its
dallasmuseumofart/piction-client
460 Downloads
Export data from Piction Digital Asset Management System via its API.
cupoftea/eloquent-snake-relations
19 Downloads
A simple trait to access your Eloquent relations using its snake_case property
cryptodev4/orchid-tables
859 Downloads
An opinionated extension package for Laravel Orchid to extend its table handling capabilities, and some further useful helper methods.
crimsonkissaki/mockmaker
44 Downloads
Whether you call them doubles, stubs, mocks, partials, fakes, or something else there are times when a mocking library such as PHPUnit's mockBuilder, Mockery, Prophecy, etc. just doesn't do exactly what you need or want. Sometimes you just need a concrete class implementation to run through the unit test wringer or a full end to end functional unit test suite. MockMaker aims to simplify the process of generating concrete fake ORM entity objects. Flexible and extendable, the generated seed code can be altered to suit your particular project with relative ease. That means after the initial setup you can re-run MockMaker for any new entities that get added in or update existing entities that change with little to no fuss. What's more, once MockMaker has made your files it's done; you don't have to include it in your code base and can use the generated files like any other project class.
cratia/orm-model
1829 Downloads
Model is a PHP object based in Active Record Pattern + Strategy Pattern and that sits on top of a powerful database abstraction layer (DBAL). One of its key features is the option to write database queries in a proprietary object oriented SQL dialect called Dialect Query Language (DQL).
colindecarlo/collection
23 Downloads
Collection is a collection library focused on delivering faster access to and iteration of its members.
cobaia/marsvin
113 Downloads
Marsvin it's a framework to write crawler applications
ciptohadi-web-id/lumen-notifications
1332 Downloads
A useful wrapper around Laravel Notifications that support its artisan command
chamamme/noquery
40 Downloads
A database query builder aimed at code beautification by minimizing the use of raw SQL in codes. NoQuery currently supports MySQL, Firebird & Interbase, PostgreSQL, SQLite3, Oracle, Microsoft SQL Server, Foxpro ODBC, Access ODBC, Informix, DB2, Sybase, Sybase SQL Anywhere, generic ODBC and Microsoft's ADO due to its leverage on ADODB
ceddyg/query-builder-repository
751 Downloads
Repository using query builder. To return a Collection of stdClass or a simple stdClass. It's faster and use less memory than Eloquent if you just want data from database.
burakboz/cyberlink
41 Downloads
Fills the missing CyberPanel API. Warning: It's not an API or API service. It uses ssh and sftp protocols to get job done and requires root access to server.
brainworxx/krexx
200 Downloads
PHP debugger which displays information about objects and variables in it's own draggable debug output.
bradp/one-search-result
147 Downloads
Automatically send a user to the page or post if it's the only search result available
blacksenator/name-parser
1168 Downloads
PHP library for parsing a string containing a full name into its parts
bitsmind/graphsql
129 Downloads
GraphSql is a Graphql like syntactical method to read data from SQL databases with an ease. It's built on top of Laravel Eloquent ORM.