roycanales member since: Feb 11, 2024
roycanales's packages
-
PHP
roy404/blades
A PHP library that provides Blade-like templating functionality, enabling seamless integration of Blade syntax and components.
-
PHP
roy404/eloquent
Eloquent is the default ORM (Object-Relational Mapping). It provides a simple ActiveRecord implementation for working with your database. With Eloquent, you can define database models as classes, and interact with the database using these models, rather than writing raw SQL queries.
-
PHP
roy404/framework
-
-
PHP
roy404/request
Request class provides an object-oriented way to interact with the current HTTP request being handled by your application as well as retrieve the input, and files that were submitted with the request.
-
PHP
roy404/routes
A routing library that provides an intuitive, object-oriented way to define and manage HTTP routes in your PHP application, supporting route grouping, middleware, and custom route handling.
-
PHP
roy404/schema
The Schema Builder class is a part of the database layer that allows you to define database tables and their columns using a fluent syntax. It provides a way to create and manipulate database tables without writing SQL queries directly.
-
PHP
roy404/utilities
A comprehensive collection of PHP utilities including Carbon, Logger, Storage, RateLimiter, Cache, and Session Handler, designed to enhance productivity and simplify development.