Libraries tagged by Simple Event
invincible-tech-systems/easeampmysql
63 Downloads
A very simple and safe PHP library to execute SQL Queries as Prepared Statements on MySQL Database, in an asynchronous & non-blocking way. Methods are provided to prepare a SQL Statement & it's execution separately as different methods (to facilitate caching of prepared statements) as well as together in a single method too, all basing upon Amphp, an event driven concurrent framework in php and its Amphp\Mysql package.
felixdorn/nest
25 Downloads
Nest is a simple pseudo-programming language for defining repeatable and non-repeatable events in time.
ariyanshipu/laravel-countdown
1 Downloads
Laravel Countdown is a simple and powerful Laravel package that allows you to create and manage countdown timers directly within your application. Whether you're launching a product, running a flash sale, or counting down to an event, this package makes it easy to handle time-sensitive logic in your Laravel projects
alexrvs/slack-bot-listener
20 Downloads
Simple, easy to use, PHP package for listen events in Slack.
wwwision/userlikes
1325 Downloads
Simple package for managing user-based "likes" or "recommendations" using Event Sourcing
prooph/proophessor-do
11 Downloads
CQRS + ES sample app for proophessor
everton-hilario/csv-hilario
11779 Downloads
Classe escrita em PHP que fornece a possibilidade de escrever arquivos de planilha CSV de uma forma muito simples e rápida. Basta passar os dados por um array bidimensional para poder fazer o download do arquivo.
hercule-tech/jours-feries-france
9126 Downloads
This lightweight PHP library provides simple methods to find all French public holidays 🇫🇷 (even those specific to territories, such as from Alsace-Moselle, or from France d'Outre-Mer) ; calculate dates in working days, "délai franc" etc.
sikker/notnosql
18 Downloads
The SQL-based NoSQL library for PHP -- it's NoSQL, even though it's not!
honed/billing
4 Downloads
Even simpler billing through Cashier for your Laravel apps.
liten/liten
87 Downloads
Liten is a small, simple, and restful micro framework. Even though it is small, you can still use it to build intelligent and dynamic restful api's.
rican7/mathematician
50 Downloads
A PHP mathematics library for simpler, more reliable math operations... even on big numbers
steveorevo/wp-hooks
85 Downloads
WP-Hooks is a base class that minimizes the overhead of creating WordPress plugins and functions. Simply create a class that extends the WP_Hooks class and start defining functions for the given action, filter, shortcode or registration event.
se7enxweb/swark
286 Downloads
eZ Publish extension which provides template operators to generate complex template logic simply. Provides many template operators and a couple of workflow events which are needed very often, yet missing in eZ Publish. Great for smart developers!
andreypostal/cli
22 Downloads
A simple and easy to use library with no dependencies for creating pretty and organized CLI apps in PHP. Even has some fun progress bars.