roycanales member since: Feb 11, 2024

roycanales's packages

  • 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

    Custom 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/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.