Libraries tagged by like php
moc/math
115 Downloads
Mathematical fitting library for PHP. Performs Linear and non-linear fitting of data. Includes classes for various Math used when fitting. Included a lot of linear algebra like Matrix and Vector algebra.
make/accessible
80 Downloads
A very lightweight PHP package that let you easely access and test singleton classes and inaccessible instance members like private or protected methods and properties.
kigkonsult/keyvaluemgr
27 Downloads
PHP class manage collection of key/value pair data like system config etc
jadempinky/pinkyflow
18 Downloads
A PHP framework that makes your code flow like water. PinkyFlow provides essential modules like user management, shopping cart, and commenting, while maintaining flexibility for custom extensions.
gaurang/asynchronous
3 Downloads
This function will open socket and ask socket to initiate php call by given $url and parameters, In that function we have functionality of our needs. It just initiate just url with parameters and returns your process will complete soon so, it's work like asynchronous.
fakeller/archinspec
24 Downloads
Static analysis tool for PHP architectures. Define how your architecture should look like and let archinspec validate it.
emma/searchengine
28 Downloads
Php - MySql/SQL Search Engine. Considering the challenges in using MySQL/MSSQL/SQL as a back-end for industrial level application search-engine. An optimized techniques and algorithms are developed to boost performance and make SQL databases works like magic for the purpose of searching.
donnikitos/url
65 Downloads
PHP URL class to parse, construct, normalize, and encode URLs - but just like in JavaScript
davide-casiraghi/laravel-responsive-gallery
163 Downloads
A PHP library to create responsive galleries that are organized into Pinterest like columns.
blakvghost/bravo
7 Downloads
Bravo is a personal project, a mini MVC framework in PHP that I developed while drawing the best points from Laravel, Symfony and the Node.js side. I like simplicity, so I decided to make a simple product. For the moment, I manage the Route, the middlewares, the CORS, the easy sending of mails, as well as a mini ORM.
bakkahit/sql-migration
6 Downloads
SqlMigration is a Laravel package that allows you to execute custom SQL migrations directly within your Laravel application. Instead of writing SQL queries manually or relying only on Laravel's built-in migrations, this package enables you to create and run .php migration files containing custom SQL commands like INSERT, DELETE, UPDATE, CREATE TABLE, and more.
arkhee/webbookscraper
6 Downloads
This simple PHP project can be used to extract groups of page organized with a summary and individual pages per chapter , like web novels websites
aramonc/docblock-parser
25 Downloads
Parses strings for docBlock like portions and then extracts the annotations, descriptions, and optional document content. This should not be used as an annotation parser for PHP code, at least not on it's own. If you're looking to do something with the docBlocks you might want to use something like https://github.com/schmittjoh/metadata better. This is more for if you're trying to get metadata from a plain text file. Look through the tests for examples.
sbsedv/input-converter
134 Downloads
A minimal PHP library to nativly support PUT, PATCH and DELETE user input in form of mutlipart/form-data, application/x-www-form-urlencoded and various JSON types like application/json with complex data structures (nested html forms).
iankuca/node
17 Downloads
An asynchronous PHP framework with and event loop (node.js-like)