monicahq / touslesprenoms

An open source database of french names.

Home Page:https://touslesprenoms.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Touslesprenoms's Logo

Touslesprenoms is an open source name database.

It contains:

  • a complete database of more than 39 000 first names used in France,
  • a way to share lists of names with your friends.

License

MIT license.

How to import the INSEE database

  • first, * replace all semi colons with commas in the CSV provided by the INSEE
    • sed 's/;/,/g' yourfile.csv > newfile.csv
  • next, run the command php artisan touslesprenoms:import
  • finally, run the command php artisan touslesprenoms:count-total-after-import

Cache

There is a lot of cache instances in this project. Everything is cached. If you encounter any problem while debugging, remember to clear the cache with php artisan cache:clear.

About

An open source database of french names.

https://touslesprenoms.org

License:GNU Affero General Public License v3.0


Languages

Language:PHP 75.2%Language:Blade 24.2%Language:Shell 0.4%Language:CSS 0.1%Language:PLpgSQL 0.1%