PHPackages                             gaucho/phpnext - 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. gaucho/phpnext

ActiveLibrary[API Development](/categories/api)

gaucho/phpnext
==============

A PHP routing system for Next.js static HTML without any Node.js in back-end

v0.2.1(3y ago)09MITPHP

Since Jan 29Pushed 3y ago1 watchersCompare

[ Source](https://github.com/devgaucho/phpnext)[ Packagist](https://packagist.org/packages/gaucho/phpnext)[ RSS](/packages/gaucho-phpnext/feed)WikiDiscussions main Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

PHPNext
=======

[](#phpnext)

A PHP routing system for [Next.js static HTML](https://nextjs.org/docs/advanced-features/static-html-export) without any Node.js in back-end

Installation
------------

[](#installation)

```
composer require gaucho/phpnext
```

.htaccess
---------

[](#htaccess)

```

RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]

```

Use
---

[](#use)

```
