I advocate open-source philosophy: things (tools, art, knowledge) should be available for other people to adapt and improve. This includes educational web-tools like grammar checkers. So this website is both free to use and to modify, so long as you allow others to do the same with whatever you create.
Grammark comes in a variety of flavors. The angularJS version is "real-time" and requires nothing more than a web browser to run. There is also a SQL-based PHP version and a No-SQL version.
Download as zip
AngularJS (Version 4)
- Language: Javascript
- Dependencies: none (angular libraries bundled)
- Features: "Real-time" monitoring & scoring
Clone from github
- git clone https://github.com/markfullmer/grammark.git
- get fetch && git checkout angular
Download as zip
PHP, No-SQL (Version 3)
- Language: PHP, Twig
- Dependencies: PHP 5.3+
- Features: Data in file storage; no need for a database connection. Uses "Twig" templating engine
Clone from github
- git clone https://github.com/markfullmer/grammark.git
- get fetch && git checkout Version-3
Download as zip
PHP, with SQL storage (Version 2)
- Language: PHP, SQL, Twig
- Dependencies: PHP 5.3+, MySQL 5.0+
- Features: Custom ORM SQL mapping for easy database manipulation; uses "Twig" templating engine
Clone from github
- git clone https://github.com/markfullmer/grammark.git
- get fetch && git checkout Version-2