PHPackages                             hani221b/grace - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. hani221b/grace

ActiveLibrary[API Development](/categories/api)

hani221b/grace
==============

Multi Language App Builder and API Generator for Lavavel Framework.

1.0.1(2y ago)136MITPHPPHP &gt;=7.4

Since Nov 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hani221b/Grace)[ Packagist](https://packagist.org/packages/hani221b/grace)[ RSS](/packages/hani221b-grace/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Grace
=====

[](#grace)

Multi-Language App Builder and API Generator For Laravel Framework.

Grace is a powerful automation less-code-more-results package in which Laravel developers can generate code (controllers, models, routes, views, etc…) through a GUI interface to fasten the development process instead of doing all the routine work over and over again.

Prerequisites
=============

[](#prerequisites)

PHP &gt;= 7.4

Larvael &gt;= 10

installation
============

[](#installation)

1- Install Grace using this command:

`composer require hani221b/grace`

2- Register the service provider. To do so in the Laravel app, go to **config/app.php**, and in the **providers** array paste:

> Hani221b\\Grace\\Providers\\GraceServiceProvider::class,

then clear config cache:

`php artisan optimize`

3- Connect your app to a database. **PostgreSQL** or **MySQL**.

4- Install the package:

`php artisan grace:install`

This command will publish the necessary files for the package to function well. It is a good practice to run `php artisan optimize` if the routes do not work well.

5- navigate to Grace controller panel URL. Assuming you are running the project in localhost on port 8000:

> [http://localhost:8000/grace\_cp](http://localhost:8000/grace_cp)

Usage
=====

[](#usage)

You can use the package to create Full Resource, which includes the following:

- Controller class.
- Model class.
- Request class (for validation).
- Resource class.
- append file system disk in config/filesystem.php to store files.
- migration file with desired fields (can be auto-migrated).
- append routes in routes/grace.php

This method is more easy and preferable.

The other method is to create each file separately.

Configuration options to consider
=================================

[](#configuration-options-to-consider)

- **Mode**: the package provides the ability to choose between two modes: **blade** and **api**. If **blade** mode is activated, views files will be generated whenever a Full Resource is created, and the routes will be under **web** middleware. If **api** mode is activated, no view files will be generated, and the routes will be under “api” middleware, and prefixed with “/api”.
- **Status**: the option can enable or disable the routes for Grace controller panel, therefore, it cannot be accessed.

⚠️ WARNING ⚠️
=============

[](#️-warning-️)

**use Grace only in a development environment. Turn the status option to `disabled` in a production environment.**Due to its create-files nature, a security vulnerability can occur if Grace is activated on production. Please consider setting the status config to `disabled` before deploying.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

913d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b31839b52b7d39328e88809fa7af013d637624e996b7b29fc9d745267591f29?d=identicon)[Hani221b](/maintainers/Hani221b)

---

Top Contributors

[![hani221b](https://avatars.githubusercontent.com/u/148039849?v=4)](https://github.com/hani221b "hani221b (46 commits)")

---

Tags

code-generatorlaravelphp

### Embed Badge

![Health badge](/badges/hani221b-grace/health.svg)

```
[![Health](https://phpackages.com/badges/hani221b-grace/health.svg)](https://phpackages.com/packages/hani221b-grace)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
