Libraries tagged by php idna
arashinfo/cpdk
26 Downloads
(Project Idea) This is very simple core php development kit for small and mid size projects. Actually this is collection of php functions. This will include MySql, Request, Images.
woutvw/svgator
1 Downloads
A simple and flexible PHP package for generating scalable vector graphics (SVG) programmatically. This package allows developers to create complex SVG images through an intuitive and object-oriented API, offering full control over shapes, paths, text, gradients, and more. Ideal for dynamic image generation and use in web applications, the library supports a wide range of customization options while adhering to SVG standards.
victory7/ezsession
9 Downloads
ezsession is a versatile PHP session handler designed to provide seamless session management by combining the strengths of relational databases (MySQL), key-value stores (Redis), and JWT tokens. It offers developers flexible, secure, and scalable session storage, making it ideal for applications requiring high-performance, distributed, and stateless authentication systems. With ezsession, you can customize your session storage strategy to suit a variety of use cases while ensuring enhanced security and simplified management.
phpdevcommunity/psr11-dependency-injection
18 Downloads
A lightweight PHP Dependency Injection Container implementing the PSR-11 standard. This library is designed for simplicity and ease of use, making it an ideal choice for small projects where you need a quick and effective DI solution.
nlg/aurora
19 Downloads
Aurora is a powerful and efficient one-file PHP template engine designed to simplify web development. It requires no external dependencies and offers a straightforward setup process, making it ideal for projects that benefit from a lightweight, easy-to-deploy solution.
mwesigwajoshua/money-out-putter
2 Downloads
MoneyOutputter is a versatile and easy-to-use PHP package designed for formatting and converting monetary amounts into both human-readable words and numeric representations. Ideal for applications that require displaying currency values in a clear and user-friendly manner, this package supports multiple currencies, ensuring that the output is accurate and formatted according to the rules of each currency's locale.
mouf/container-installer
283 Downloads
This package contains a PHP dependency injection container detector and aggregator. The idea is to have potentially one DI container per composer package and to aggregate all those containers into a 'root' container.
monteirofutila/social-number
1 Downloads
É um pacote PHP para simplificar a formatação de números grandes para exibição ideal em plataformas de mídia social.
mimicak/camera-capture
8 Downloads
A standalone PHP library for capturing still images from IP cameras using snapshot URLs or MJPEG streams. Ideal for surveillance, automation, or IoT applications where lightweight, server-side image capture is needed without browser interaction.
marlonpcg/test-request-logger
2 Downloads
TestRequestLogger is a lightweight, pluggable error logging system for PHP applications. It captures PHP errors during web requests and logs them in structured JSON format. Ideal for testing and debugging, especially in automated test suites.
jesperoestergaardjensen/exif-samples
42 Downloads
Fork of https://github.com/ianare/exif-samples to allow usage in php project with composer
forexapi/client
23 Downloads
Library for consuming the ForexAPI. Ideal for those in the financial or e-commerce sectors, this client simplifies the process of incorporating real-time forex data into various PHP-based projects.
flowaxy/session
6 Downloads
Lightweight PHP library for managing sessions with a simple API. Ideal for use in CMS Flowaxy, landing pages, and any modern PHP web projects.
drips/routing
367 Downloads
PHP-Routing-System zur Verknüpfung von URLs mit Funktionen - Ideal für APIs (Web-Services) bzw. schöne (benutzerdefinierte) URLs.
desertbynights/scanner
6 Downloads
Scans URLs from a CSV file and report inaccessible URLs. This component is a test, extracted form 'Modern php' by Josh Lockhart.